Click or drag to resize

ConnectionParse Method

Converts the specified string representation of a connection to its Connection equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Connection Parse(
	string connection
)

Parameters

connection
Type: SystemString
A string containing a connection to convert.

Return Value

Type: Connection
A Connection equivalent contained in the connection parameter.
See Also